home *** CD-ROM | disk | FTP | other *** search
- /*
- security.H
-
- File Security Header File
-
- Copyright (C) 1992, Geoff Friesen B.Sc.
- All rights reserved.
-
- Borland C++ 3.1
- */
-
- #include <stdio.H>
-
- #ifdef __cplusplus
- extern "C"
- {
- #endif
-
- size_t s_fread (void *ptr, size_t size, size_t n, FILE *stream);
- size_t s_fwrite (void *ptr, size_t size, size_t n, FILE *stream);
- int s_pmtpwd (char *title, char *pwd);
-
- #ifdef __cplusplus
- }
- #endif